Namespace:  C1.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
protected override void SetItem(
	int index,
	TItem item
)
Visual Basic (Declaration)
Protected Overrides Sub SetItem ( _
	index As Integer, _
	item As TItem _
)

Parameters

index
Type: System..::..Int32
item
Type: TItem

See Also